func encoding/json.mayAppendQuote

11 uses

	encoding/json (current package)
		encode.go#L506: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L508: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L514: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L516: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L522: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L524: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L542: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L560: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L581: 		b = mayAppendQuote(b, opts.quoted)
		encode.go#L583: 		b = mayAppendQuote(b, opts.quoted)
		encode.go#L1278: func mayAppendQuote(b []byte, quoted bool) []byte {